IUserVariable Interface
Represents a user-defined variable.
Inheritance hierarchy
System.Object
IntervalZero.KINGSTAR.Base.Class.IUserVariable
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public interface IUserVariable
Public Interface IUserVariable
The IUserVariable interface exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Remove | Removes a user-defined variable. |
Properties
Name | Description | |
---|---|---|
![]() |
Name | The name of a variable. |
![]() |
Removed | Checks whether the variable is removed. |
See also